Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 1 - Introduction to QuickDraw 3D / QuickDraw 3D Reference
Constants


Coordinate Axes

QuickDraw 3D provides constants for the three coordinate axes in a Cartesian coordinate system.

typedef enum TQ3Axis {
   kQ3AxisX,
   kQ3AxisY,
   kQ3AxisZ
} TQ3Axis;
Constant descriptions

kQ3AxisX
The x axis.
kQ3AxisY
The y axis.
kQ3AxisZ
The z axis.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996